home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 330 / readme.bin < prev    next >
Encoding:
Text File  |  1988-11-17  |  1.6 KB  |  56 lines

  1.  
  2.               Sozobon C Compiler
  3.  
  4.                  Version 1.0
  5.  
  6.  
  7. The files in this archive are:
  8.  
  9. readme       This file.
  10.  
  11. announce   A product announcement summarizing the features of the Sozobon
  12.        C compiler.
  13.  
  14. doc.arc       Documentation for the compiler, and for the 'make' utility.
  15.  
  16. lib.arc       Archive containing the floating point library.
  17.  
  18. bin.arc       Archive of the executables.
  19.  
  20.  
  21. These files comprise the executable portion of the Sozobon compiler. To
  22. use the compiler you'll also need a copy of the runtime library "dLibs"
  23. (version 1.2) which should be available wherever you received this file.
  24. The source code for the compiler should also be available, although it
  25. isn't needed if you don't plan to modify the compiler or any of it's
  26. utilities.
  27.  
  28. To install the compiler we recommend a directory structure like the
  29. following:
  30.  
  31.  
  32.     \sozobon
  33.         All compiler-related files can go under this top-level
  34.         directory. The following names can be used directly
  35.         under the root directory by omitting "sozobon" from
  36.         the following path names. The compiler will work fine
  37.         with either arrangement.
  38.  
  39.         \sozobon\bin
  40.             Un-arc the file "bin.arc" here.
  41.  
  42.         \sozobon\doc
  43.             Un-arc the file "doc.arc" here.
  44.  
  45.         \sozobon\lib
  46.             Un-arc "lib.arc" here. The startup code and
  47.             library from the dLibs release go here too.
  48.  
  49.         \sozobon\include
  50.             The header files from the dLibs release go here.
  51.  
  52.  
  53. Other arrangements are possible depending on the configuration of your
  54. system. See the full documentation for a description of how environment
  55. variables can be used to deviate from the directory structure above.
  56.